net/http.http2bufferedWriter.byteTimeout (field)

3 uses

	net/http (current package)
		h2_bundle.go#L3738: 	byteTimeout time.Duration               // immutable, WriteByteTimeout
		h2_bundle.go#L3745: 		byteTimeout: timeout,
		h2_bundle.go#L3794: 	return http2writeWithByteTimeout(w.group, w.conn, w.byteTimeout, p)